lcTIN_TriGetByPos Home

Retrieves TIN triangle which contains the specified point (X,Y).

 HANDLE lcTIN_TriGetByPos (
   HANDLE hTIN,
   double X,
   double Y
 );

Parameters
hTIN
  Handle to a TIN object.
X Y
  Request position.

Return Value

  Handle to the found TIN triangle or NULL.

See Also

  Code sample